home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / bratz-estilista.swf / scripts / DefineSprite_305 / frame_1 / DoAction.as
Text File  |  2008-03-17  |  213b  |  16 lines

  1. function show()
  2. {
  3.    this._y = y;
  4.    this._x = x;
  5. }
  6. function hide()
  7. {
  8.    this._y = 1000;
  9.    this._x = 1000;
  10. }
  11. _global.Help = this;
  12. var y = _Y;
  13. var x = _Y;
  14. this.hide();
  15. safety.useHandCursor = false;
  16.